Which strategies would be effective for a queue with a large number of senders?
Use a single factory per process for each sender.
Use multiple factories per process for each sender.
Disable batched store access.
Enable batched store access.
Use asynchronous operations.
Use synchronous operations.
Set the prefetch count to 20 times the processing rate of the sender.
Set a low prefetch count.
Per best practices